home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / Boolean.as < prev    next >
Encoding:
Text File  |  2004-06-14  |  352 b   |  7 lines

  1. class Boolean
  2. {
  3.  
  4.     function toString()                                                  // Returns the string representation ("true" or "false") of the Boolean object.
  5.     function valueOf()                                                   // Returns true if the primitive value type of the specified Boolean object is true, false if it is false.
  6. }
  7.